<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* banner */

.banner {
    position: relative;
}

.banner_container {
    height: 100%;
}

.banner_slideitem {
    height: 100%;
}

.banner_slideitem img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner_slideitemtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_slideitemtxt_box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_boxtxt {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    text-align: center;
}

.banner_boxtxth h2 {
    text-transform: capitalize;
    word-break: break-all;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.banner_boxtxtp {
    margin-top: 30px;
}

.banner_boxtxtp p {
    width: 80%;
    display: inline-block;
    white-space: pre-line;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.banner_boxtxta {
    margin-top: 70px;
    display: inline-block;
}

.banner_boxtxta .banner_boxtxta_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 152px;
    height: 46px;
    background-color: rgb(11,40,100);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.banner_boxtxta_box span {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.banner_boxtxta_box i {
    margin-top: 2px;
    margin-left: 15px;
    color: #fff;
}

.banner_dw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: rgb(11,40,100);
    z-index: 10;
}

.bannerglbox {
    position: relative;
    height: 78px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 10;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.bannerglbox.on {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bannerglbox_l {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bannerglbox_ldq {
    font-family: 'Aria';
    font-size: 20px;
    color: #333333;
}

.bannerglbox_lx {
    width: 1px;
    height: 16px;
    background-color: #c5c5c5;
    margin: 0 8px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.bannerglbox_lzs {
    font-family: 'Aria';
    font-size: 20px;
    color: #c5c5c5;
}

.bannerglbox_lp {
    margin-left: 25px;
    text-transform: capitalize;
}

.bannerglbox_c {
    width: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -moz-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -moz-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -o-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(10px) scale(1.1, .9);
        -moz-transform: translateY(10px) scale(1.1, .9);
        -o-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.bannerglbox_c i {
    -webkit-animation: rotate 0.7s linear infinite;
    -moz-animation: rotate 0.7s linear infinite;
    -o-animation: rotate 0.7s linear infinite;
    animation: rotate 0.7s linear infinite;
    font-size: 32px;
    color: #101864;
}

.bannerglbox_r {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bannerglbox_rx {
    width: 1px;
    height: 22px;
    background-color: #d9d9d9;
    margin: 0 30px;
    margin-top: 4px;
}

.bannerglbox_rpre i,
.bannerglbox_rnext i {
    font-size: 22px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.bannerglbox_rpre i:hover,
.bannerglbox_rnext i:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: rgb(11,40,100);
}

.bannerglbox_rpre,
.bannerglbox_rnext {
    outline: none;
}

@media screen and (min-width:1200px) {
    .banner_slideitempc {
        display: block;
    }
    .banner_slideitemmb {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    /* .banner_slideitempc {
    display: none;
  }
  .banner_slideitemmb {
    display: block;
  }
  .banner {
    height: auto !important;
  }
  .banner_slideitem {
    height: auto !important;
  }
  .banner_slideitemtxt {
    display: none;
  } */
}

.swiper-pagination {
    bottom: 20px;
    width: 100%;
    --swiper-theme-color: #333;
    --swiper-pagination-color: #e61c11;
    /* 两种都可以 */
}

.swiper-pagination span {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: unset;
    opacity: 1;
    margin: 0 5px;
}

.banner-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
}


/* 产品 */

.products {
    margin-top: 50px;
    overflow: hidden;
}

.productsbox_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productsbox_lx {
    width: 18px;
    height: 3px;
    background-color: rgb(11,40,100);
}

.productsbox_lh {
    text-transform: capitalize;
    font-size: 42px;
    color: #333333;
    margin-left: 20px;
}

.productsbox_r .productsbox_ra {
    display: block;
    width: 200px;
    height: 54px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-transform: uppercase;
}

.productsbox_r .productsbox_ra:hover {
    border-color: rgb(11,40,100);
}

.productsbox_ra.hvr-sweep-to-right::before {
    background-color: rgb(11,40,100);
}

.productsboxb {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.products_prev,
.products_next {
    position: absolute;
    top: 30%;
    z-index: 10;
    outline: none;
    /* display: none; */
}

.products_prev {
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.products_next {
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.products_prev i,
.products_next i {
    font-size: 34px;
    color: #333;
}

.products_prev.swiper-button-disabled i,
.products_next.swiper-button-disabled i {
    color: #666;
}

.productst_thumbs {
    width: 100%;
}

.productst_slide .productst_slidea {
    display: block;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}

.productst_slideah {
    padding: 75px 10px 0;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
}

.productst_slide a:hover .productst_slideah {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.productst_slideaimg img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.productst_slidedw {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: rgba(11,40,100, 0.6);
}

.productst_slidedwbox {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 10%;
    text-align: center;
    overflow: hidden;
    transform: translateY(34px);
    -webkit-transform: translateY(34px);
    -moz-transform: translateY(34px);
    -ms-transform: translateY(34px);
    -o-transform: translateY(34px);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
}

.productst_slidedwboxbig {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.productst_slidedwbox_h {
    margin-top: 70px;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

.productst_slidedwbox_x {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
}

.productst_slidedwbox_p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    margin-top: 35px;
    color: #fff;
    line-height: 24px;
    word-break: break-all;
}

.productst_slidedwbox_a {
    margin-bottom: 90px;
    margin-top: 20px;
    width: 152px;
    height: 45px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    color: #333;
}

.productst_slidedwboxdw {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.productst_slidedwboxdw img {
    display: inline-block;
    margin: auto;
}

.productst_slide .productst_slideaimg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.productst_slide.swiper-slide-thumb-active .productst_slideah {
    opacity: 0;
}

.productst_slide.swiper-slide-thumb-active .productst_slideaimg {
    opacity: 0;
}

.productst_slide .productst_slidea:hover .productst_slidedw {
    opacity: 1;
}

.productst_slide .productst_slidea:hover .productst_slidedwbox {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.productst_slide.swiper-slide-thumb-active .productst_slidea .productst_slidedw {
    opacity: 1;
}

.productst_slide.swiper-slide-thumb-active .productst_slidea .productst_slidedwbox {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.productsboxd {
    border-bottom: 1px solid #d9d9d9;
}

.productsb_top {
    width: 100%;
}

.productsb_slideitem {
    padding: 65px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.productsb_slideitem_dg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.productsb_slideitem_dg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #d1d1d1;
}

.productsb_slideitem_dg:last-child::after {
    display: none;
}

.productsb_slideitem_dgtxt {
    margin-left: 25px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.productsb_slideitem_dgtxt h6 {
    font-size: 24px;
    font-weight: normal;
}

.productsb_slideitem_dgtxt p {
    font-size: 15px;
    color: #666666;
    font-family: 'pn-l';
}

.productsb_slideitem_dgi {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.productsb_slideitem_dgi i {
    font-size: 60px;
    line-height: 1;
    color: #999;
}

.productsb_slideitem_dg:hover .productsb_slideitem_dgi {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.productsb_slideitem_dg:hover .productsb_slideitem_dgtxt {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 热门产品 */

.rmproduct {
    margin-top: 50px;
}

.rmproduct_title {
    font-size: 40px;
    text-transform: capitalize;
}

.rmproduct_box {
    margin-top: 30px;
    position: relative;
}

.rmproduct_prev,
.rmproduct_next {
    position: absolute;
    top: 35%;
    z-index: 10;
    outline: none;
}

.rmproduct_prev {
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.rmproduct_next {
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}

.rmproduct_prev i,
.rmproduct_next i {
    font-size: 34px;
    color: #333;
}

.rmproduct_prev.swiper-button-disabled i,
.rmproduct_next.swiper-button-disabled i {
    color: #666;
}

.rmproduct_container {
    width: 100%;
}

.rmproduct_slide .rmproduct_slidea {
    display: block;
}

.rmproduct_slidea_img {
    overflow: hidden;
    border: 1px solid #efefef;
}

.rmproduct_slidea_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rmproduct_slidea_txt {
    padding: 20px 5px;
    text-align: center;
    font-size: 16px;
    color: #313635;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rmproduct_slide .rmproduct_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.rmproduct_slide .rmproduct_slidea:hover .rmproduct_slidea_txt {
    color: rgb(11,40,100);
}

.rmproduct_more {
    margin-top: 40px;
}

.rmproduct_more&gt;a:hover {
    border-color: rgb(11,40,100);
}

.rmproduct_more .hvr-sweep-to-right::before {
    background-color: rgb(11,40,100);
}

.rmproduct_more&gt;a {
    width: 200px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
    overflow: hidden;
}


/*关于我们  */

.about {
    margin-top: 80px;
    height: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.aboutl {
    width: 60%;
    background-position: right center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.aboutr {
    width: 40%;
    background-color: #333;
}

.aboutdw {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.aboutdw_box {
    height: 100%;
}

.aboutdw_boxl {
    width: 50%;
    padding-right: 80px;
    /* height: 575px; */
}

.aboutdw_boxr {
    background-color: #fff;
    width: 50%;
    height: 575px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutdw_boxr_box {
    width: 100%;
}

.aboutdw_boxr_boxh {
    font-size: 40px;
    text-transform: capitalize;
}

.aboutdw_boxr_boxp {
    margin-top: 30px;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    word-break: break-all;
    text-indent: 2rem;
}

.aboutdw_boxr_boxp p {
    display: block;
    margin: 30px 0;
}

.aboutdw_boxr_gd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    text-align: center;
    line-height: 60px;
}

.aboutdw_boxr_gdvideo {
    width: 230px;
    height: 60px;
    background-color: rgb(11,40,100);
    cursor: pointer;
}

.aboutdw_boxr_gdvideo i {
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

.aboutdw_boxr_gdvideo span {
    color: #fff;
    line-height: 1;
    margin-left: 7px;
    font-size: 15px;
}

.aboutdw_boxr_gd .aboutdw_boxr_gdmore {
    width: 230px;
    height: 60px;
    background-color: #333333;
}

.aboutdw_boxr_gdmore span {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
}

.aboutdw_boxr_gdmore i {
    margin-left: 25px;
    font-size: 18px;
    color: #fff;
}


/* link */

.links {
    margin: 80px 0;
}

.links .item {
    padding: 30px;
    border: 3px solid #eee;
    border-left: none;
    border-right: none;
    margin-right: -15px;
    margin-left: -15px;
}

.links .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.links .ll01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.links .ll01 h3 {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    margin-left: 20px;
    font-weight: normal;
}

.links .ll02 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.links .ll02 a {
    margin: 5px 10px;
    display: inline-block;
    color: #666;
    font-size: 15px;
}

.links .ll02 a:hover {
    color: rgb(11,40,100);
}


/*  理念优势*/

.lnysbox {
    padding: 80px 95px;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3
}

.lnys {
    position: relative
}

.lnysbg {
    background: #f3f3f3;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.lnysbox_l {
    width: 20%;
}

.lnysbox_l .lnysl_slidea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
}

.lnysl_slide:last-child .lnysl_slidea {
    border-bottom: 0;
}

.lnysl_slidea i {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.lnysl_slidea p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #888;
    padding-left: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.lnysbox_lbtn {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lnysbox_lbtnper i,
.lnysbox_lbtnnext i {
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}

.lnysbox_lbtnper,
.lnysbox_lbtnnext {
    outline: none;
}

.lnysbox_lbtnper.swiper-button-disabled i,
.lnysbox_lbtnnext.swiper-button-disabled i {
    color: #c1c1c1;
}

.lnysbox_lbtnx {
    margin: 0 30px;
    margin-top: -2px;
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
}

.lnysbox_r {
    width: 80%;
    padding-left: 60px;
}

.lnysbox_rbox {
    position: relative;
    /*    height: 460px;*/
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.lnysbox_rboxdw {
    position: absolute;
    left: 80px;
    bottom: 60px;
    z-index: 1
}

.lnysbox_rboxdw_boxs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lnysbox_rboxdw_boxs&gt;div {
    width: 40px;
    height: 3px;
    background-color: #333;
}

.lnysbox_rboxdw_boxs&gt;div.on {
    background-color: rgb(11,40,100);
}

.lnysr_top {
    width: 100%;
    height: 100%;
    z-index: 2
}

.lnysr_slide .lnysr_slidea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.lnysr_slidea&gt;div {
    width: 50%;
}

.lnysr_slidea_txt {
    padding: 60px 60px 0 80px;
}

.lnysr_slidea_txttop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lnysr_slidea_txttopx {
    width: 40px;
    height: 1px;
    background-color: #333333;
}

.lnysr_slidea_txttopwz {
    margin-left: 15px;
    text-transform: uppercase;
    color: #333;
}

.lnysr_slidea_txth {
    margin-top: 20px;
    font-size: 38px;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 15px;
}

.lnysr_slidea&gt;div:last-child {
    height: 100%;
}

.lnysr_slidea_txtp {
    margin-top: 5px;
    color: #666;
    line-height: 24px;
    word-break: break-all;
}

.lnysr_slidea_img {
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 500px;
}

.lnysr_slidea_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lnysr_slidea_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.lnysr_slidea_imgdw {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66px;
    width: 100%;
    background-color: rgba(40, 71, 136, 0.9);
    z-index: 10;
    line-height: 66px;
    text-align: center;
    color: #fff;
}

.lnysr_slidea_imgdw2 {
    position: absolute;
    left: 0;
    top: 120px;
}

.lnysl_slide .lnysl_slidea i {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lnysl_slide:hover .lnysl_slidea p {
    color: #333;
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
}

.lnysl_slide.swiper-slide-thumb-active .lnysl_slidea i {
    color: rgb(11,40,100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.lnysl_slide.swiper-slide-thumb-active .lnysl_slidea p {
    color: #333;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 新闻 */

.news {
    margin-top: 80px;
}

.newstitler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.newstitler_box .swiper-slide {
    width: 120px;
    text-align: center;
}

.newstitler_box&gt;a {
    color: #999;
    text-transform: capitalize;
    padding: 0 40px;
}

.newstitler_box .swiper-slide-thumb-active a,
.newstitler_box&gt;a:hover {
    color: rgb(11,40,100);
}

.newstitler_a i {
    font-size: 18px;
    padding: 0 20px;
}

.new_item {
    margin: 0 -15px;
}

.newsct {
    margin-top: 20px;
    padding: 0 15px;
}

.newsct_l {
    padding-right: 120px;
}

.newsct_lsj {
    height: 50px;
    line-height: 47px;
    text-align: right;
    border-bottom: 3px solid #333;
    font-size: 20px;
    color: #333;
}

.newsct_lh {
    margin-top: 40px;
    font-size: 20px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsct_lp {
    margin-top: 15px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.newsct_limg {
    margin-top: 35px;
    height: 328px;
    overflow: hidden;
}

.newsct_limg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.newsct_l:hover .newsct_lh {
    color: rgb(11,40,100);
    padding-left: 4px;
}

.newsct_l:hover .newsct_limg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsct_r .newsct_ritem {
    height: 182px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}

.newsct_ritembox {
    width: 100%;
}

.newsct_ritembox_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsct_ritembox_titleh {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsct_ritembox_titlesj {
    margin-left: 25px;
    font-size: 20px;
    color: #c5c5c5;
}

.newsct_ritembox_p {
    margin-top: 10px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.newsct_r .newsct_ritem:hover .newsct_ritembox_titleh {
    color: #d80000;
    padding-left: 4px;
}

.newsct_r .newsct_ritem:hover {
    border-bottom-color: #fff;
}

.newsct_ritem.hvr-underline-from-left::before {
    height: 1px;
    background-color: #d80000;
    bottom: 0px;
}


/* 全局 */

@media screen and (max-width:1700px) {
    .banner_boxtxth h2 {
        font-size: 3vw;
    }
    .banner_boxtxtp p {
        /* white-space: unset; */
        font-size: 1.1vw;
    }
    /* 产品 */
    .productst_slidedwbox_h {
        margin-top: 40px;
    }
    .productst_slidedwbox_a {
        margin-bottom: 50px;
    }
    .productst_slidedwbox_p {
        margin-top: 25px;
    }
    /* 热门产品 */
    .rmproduct_slidea_txt {
        font-size: 14px;
    }
    /*  */
    .about,
    .news,
    .foot {
        margin-top: 60px;
    }
    .links {
        margin: 60px 0;
    }
    /* 关于我们 */
    .aboutdw_boxl {
        width: 50%;
        position: relative;
    }
    .aboutdw_boxl img {
        position: absolute;
        height: 100%;
        max-width: unset;
        right: 50px;
    }
    .aboutdw_boxr {
        width: 50%;
        padding: 80px 50px;
        height: auto;
    }
    .aboutdw_boxr_boxh {
        font-size: 32px;
    }
    .aboutdw_boxr_gdvideo,
    .aboutdw_boxr_gd .aboutdw_boxr_gdmore {
        width: 200px;
        height: 50px;
        line-height: 50px;
    }
    .aboutdw_boxr_gd {
        margin-top: 50px;
    }
    /* 理念优势 */
    .lnysbox_rbox {
        /*        height: 420px;*/
    }
    .lnysl_slidea p {
        font-size: 14px;
    }
    .lnysbox {
        padding: 60px 70px;
    }
    .lnysbox_r {
        padding-left: 40px;
    }
    .lnysr_slidea_txt {
        padding: 50px 50px 0 50px;
    }
    .lnysr_slidea_txth {
        margin-top: 20px;
        font-size: 30px;
    }
    .lnysbox_rboxdw {
        left: 40px;
    }
    /* 新闻 */
    .newsct_l {
        padding-right: 80px;
    }
    .newsct_ritembox_titleh {
        font-size: 18px
    }
    .newsct_ritembox_p {
        font-size: 13px;
        line-height: 21px
    }
    .newsct_r .newsct_ritem {
        padding-bottom: 30px;
    }
    .newsct_lh {
        font-size: 18px;
        margin-top: 30px
    }
    .newsct_lp {
        font-size: 13px;
    }
    .newsct_r .newsct_ritem {
        height: 172px
    }
    .productst_slidedwbox_p {
        font-size: 13px;
    }
    .productst_slidedwbox_x {
        display: none
    }
    .productst_slidedwbox_h {
        margin-top: 60px;
        font-size: 20px
    }
    .productst_slideah {
        font-size: 20px
    }
    .productsb_slideitem_dgtxt h6 {
        font-size: 18px
    }
    .productsb_slideitem_dgtxt p {
        font-size: 13px
    }
}

@media screen and (max-width:1500px) {
    .productsb_slideitem {
        padding: 50px 0
    }
    .aboutdw_boxr {
        width: 50%;
        padding: 70px 50px;
    }
    .lnysr_slidea_img {
        height: 380px !important
    }
    .lnysr_slidea_txth {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 26px;
    }
    .lnysr_slidea_txtp {
        font-size: 13px;
        line-height: 21px;
    }
    .productst_slidedwbox_p {
        font-size: 12px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}

@media screen and (max-width:1200px) {
    /* 产品 */
    .productsbox_lh {
        font-size: 40px;
    }
    .products {
        margin-top: 30px;
    }
    .productst_slideah {
        padding: 50px 10px 0;
    }
    .productst_slidedwbox {
        padding: 0 15px;
    }
    .productsb_slideitem {
        padding: 40px 0;
    }
    .productst_slidedwbox_x {
        margin-top: 10px;
    }
    .productst_slidedwbox_p {
        margin-top: 15px;
    }
    .productst_slidedwbox_a {
        margin-bottom: 40px;
    }
    .productst_slidedwbox_p {
        /*       display:none;*/
    }
    .productst_slidedwbox_x {
        display: none
    }
    .productst_slidedwbox_a {
        display: none
    }
    /* 关于我们 */
    .aboutdw_boxr_boxh {
        font-size: 40px;
    }
    .aboutdw_boxr_gd {
        margin-top: 30px;
    }
    .about {
        margin-top: 80px;
    }
    /* 理念优势 */
    .lnysbg {
        width: 100%
    }
    .lnysbox {
        padding: 50px 30px;
    }
    .lnysbox_lbtn {
        margin-top: 30px;
    }
    .lnysr_slidea_txt {
        padding: 40px 40px 0 40px;
    }
    .lnysr_slidea_txth {
        margin-top: 10px;
    }
    .lnysbox_rboxdw {
        left: 30px;
        bottom: 50px;
    }
    .lnysbox_rbox {
        height: 380px;
    }
    /* 新闻 */
    .newsct_r .newsct_ritem {
        padding-bottom: 20px;
    }
    .news {
        margin-top: 60px
    }
    .newsct {
        margin-top: 10px;
    }
    .newsct_l {
        padding-right: 50px;
    }
    .newsct_lh {
        margin-top: 20px;
    }
    .newsct_lp {
        margin-top: 8px;
    }
    .newsct_limg {
        margin-top: 15px;
    }
    .newsct_ritembox_p {
        margin-top: 5px;
    }
    .newsct_r .newsct_ritem {
        height: 150px;
    }
    .newsct_limg {
        height: 278px;
    }
    .bannerglbox {
        height: 60px;
    }
    .productsboxd {
        display: none;
    }
    .productst_slide .productst_slidea .productst_slidedwbox {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .productst_slidedwboxdw {
        display: none
    }
    .rmproduct {
        margin-top: 60px;
    }
    .rmproduct_title {
        font-size: 30px;
    }
    .rmproduct_more {
        margin-top: 30px
    }
    .rmproduct_more&gt;a {
        width: 150px;
        height: 40px;
        line-height: 38px;
    }
}

@media screen and (max-width:992px) {
    .lnysbox_rbox {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .lnysr_slidea_img {
        height: auto !important
    }
    /* banner */
    .banner_boxtxt {
        margin-left: 0;
        padding: 0 15px;
    }
    .banner_boxtxtp p {
        width: 80%;
    }
    .banner_boxtxth h2 {
        font-size: 50px;
    }
    .bannerglbox_c {
        display: none;
    }
    .bannerglbox {
        height: 50px;
    }
    /* 产品 */
    .products_prev,
    .products_next {
        display: block;
    }
    .products {
        margin-top: 40px;
    }
    .productsboxb {
        margin-top: 30px;
    }
    .productsbox_lh {
        font-size: 30px;
    }
    .productsbox_r {
        /* display: none */
    }
    .productsbox_r .productsbox_ra {
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        width: 100px;
    }
    .productst_slideah {
        font-size: 28px;
    }
    .productst_slidedwbox_h {
        margin-top: -80px;
        font-size: 18px;
    }
    .productst_slidedwbox_p {
        display: none
    }
    .productst_slidedw {
        display: none;
    }
    .productst_slide a:hover .productst_slideah {
        opacity: 1;
    }
    .productsb_slideitem {
        padding: 30px 0;
    }
    .productst_slidedwbox_a {
        margin-bottom: 50px;
    }
    .productsb_slideitem_dgtxt {
        margin-left: 10px;
    }
    .productsb_slideitem_dgtxt h6 {
        font-size: 18px;
    }
    .productsb_slideitem_dgtxt p {
        font-size: 12px;
    }
    .productsb_slideitem_dg::after {
        height: 40px;
    }
    /* 热门产品 */
    .rmproduct_box {
        margin-top: 15px;
    }
    .rmproduct_more {
        margin-top: 20px;
    }
    .rmproduct_more&gt;a {
        height: 46px;
        line-height: 44px;
    }
    .rmproduct {
        margin-top: 40px;
    }
    .rmproduct_title {
        font-size: 20px;
    }
    /*	.rmproduct_more&gt;a { width: 150px; height: 40px;    line-height: 38px;}*/
    /* 关于我们 */
    .about {
        margin-top: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
    .about&gt;div {
        width: 100%;
    }
    .about&gt;div:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .aboutdw {
        /* background-color: #efefef; */
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .aboutdw_boxl {
        width: 100%;
        position: relative;
        padding: 0;
        z-index: 2;
    }
    .aboutdw_boxl img {
        position: unset;
        max-width: 100%;
        height: auto;
    }
    .aboutdw_boxr {
        width: 100%;
        background-color: transparent;
        padding: 0;
        height: auto;
    }
    .aboutdw_box {
        height: auto;
        padding: 70px 0 20px;
    }
    .aboutl {
        height: 400px;
        position: absolute;
        top: 0;
    }
    .aboutdw_boxr_boxp {
        margin-top: 0;
    }
    /* 理念优势 */
    .lnysbox {
        padding: 50px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lnysbox&gt;div {
        width: 100%;
    }
    .lnysl_slide .lnysl_slidea i {
        display: none;
    }
    .lnysbox_lbtn {
        display: none;
    }
    .lnysbox_r {
        padding-left: 0;
    }
    .lnysbox_r {
        margin-top: 42px;
    }
    .lnysbox_l .lnysl_slidea {
        padding: 0 10px;
        text-align: center;
    }
    .swiper-slide-thumb-active .lnysl_slidea {
        background: #fff;
    }
    .lnysl_slide:last-child .lnysl_slidea {
        border-bottom: 1px solid #d5d5d5;
    }
    .lnysbox_rbox {
        height: auto;
    }
    .lnysr_slidea_txt {
        padding: 50px 35px 50px;
    }
    .lnysr_slidea_txttop {
        display: none
    }
    .lnysr_slidea&gt;div:last-child {
        height: auto;
    }
    .lnysr_slidea_txth {
        margin-top: -5px;
        font-size: 26px;
    }
    .lnysbox_rboxdw {
        left: 25px;
        bottom: 40px;
    }
    /* 新闻 */
    .news {
        margin-top: 50px;
    }
    .newsct_l {
        padding-right: 0;
    }
    .newsct_r {
        margin-top: 20px;
    }
    .newstitler_a {
        display: none;
    }
    .newstitler {
        width: 100%;
    }
    .newstitler_box {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        /* display: none */
        margin-top: 20px;
    }
    .newstitler_box&gt;a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px;
        text-align: center;
        font-size: 20px;
        color: #333;
    }
    .newsct {
        margin-top: 15px;
    }
    .newsct_lsj {
        font-size: 18px;
    }
    .newsct_lh {
        font-size: 18px;
        margin-top: 30px;
    }
    .newsct_lp {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .newsct_limg {
        margin-top: 20px;
        height: 200px;
    }
    .newsct_r .newsct_ritem {
        height: 120px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
    }
    .newsct_ritembox_titleh {
        font-size: 18px;
    }
    .newsct_ritembox_titlesj {
        font-size: 18px;
    }
    .newsct_ritembox_p {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .bannerglbox * {
        font-size: 14px !important
    }
    .bannerglbox_rx {
        height: 12px;
    }
    /*  */
    .links {
        margin: 50px 0;
    }
    .links .item {
        padding: 30px 0;
    }
    .links .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .links .ll02 {
        margin: 0;
        margin-top: 10px;
    }
    .links .ll02 a {
        font-size: 13px;
        margin: 3px 5px;
    }
}

@media screen and (max-width:768px) {
    .lnysbox {
        padding: 30px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bannergl .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px;
    }
    .bannerglbox.on {
        border-radius: 0px;
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
    }
    /* banner */
    .banner_slideitemtxt_box .container {
        padding: 0 10px;
    }
    .banner_boxtxth h2 {
        font-size: 32px;
    }
    .banner_boxtxtp p {
        width: 100%;
        font-size: 15px;
        /* white-space: unset; */
    }
    .banner_boxtxtp {
        margin-top: 20px;
    }
    .banner_boxtxta {
        margin-top: 30px;
    }
    .bannerglbox {
        padding: 0 20px;
    }
    .bannerglbox {
        height: 50px;
    }
    .bannerglbox_rx {
        margin: 0 20px;
        margin-top: 4px;
    }
    .banner_boxtxta .banner_boxtxta_box {
        height: 36px;
        line-height: 36px;
    }
    .bannerglbox_r {
        width: auto;
    }
    .bannerglbox_l {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    /* 产品 */
    .productsbox_lh {
        font-size: 24px;
        margin-left: 10px;
    }
    .productsbox_lx {
        height: 1px;
    }
    /* 热门产品 */
    .rmproduct_more&gt;a {
        height: 36px;
        line-height: 34px;
    }
    .rmproduct_prev {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .rmproduct_next {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    /* 关于我们 */
    .aboutdw_boxr {
        padding: 0 10px;
    }
    .aboutdw_boxr_boxh {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .aboutdw_boxr_boxp {
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .aboutdw_boxr_boxp p {
        font-size: 13px;
    }
    .aboutdw_boxr_gd {
        margin-top: 20px;
    }
    .aboutdw_boxr_gdvideo,
    .aboutdw_boxr_gd .aboutdw_boxr_gdmore {
        height: 46px;
        line-height: 46px;
    }
    .aboutl {
        height: 260px;
    }
    .aboutdw_boxr_gdvideo i {
        font-size: 16px;
    }
    .aboutdw_boxr_gdvideo span,
    .aboutdw_boxr_gdmore span {
        font-size: 14px;
    }
    /* 理念优势 */
    .lnys .container {
        padding: 0 15px;
    }
    .lnysr_slide {
        height: auto !important;
    }
    .lnysr_slide .lnysr_slidea {
        /*        flex-wrap: wrap;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .lnysr_slidea {
        height: auto !important;
    }
    .lnysr_slidea&gt;div {
        width: 100%;
    }
    .lnysr_slidea&gt;div:last-child {
        height: 300px;
    }
    .lnysbox_rboxdw {
        display: none
    }
    .lnysl_wrapper .lnysl_slide:nth-last-child(2) a {
        border-bottom: none !important;
    }
    .lnysl_wrapper .lnysl_slide:last-child a {
        border-bottom: none !important;
    }
    .lnysr_slidea_imgdw2 {
        display: none;
    }
    .lnysr_slidea_txth {
        font-size: 20px;
    }
    .lnysbox_r {
        margin-top: 0px
    }
    .lnysr_slidea_txtp {
        font-size: 12px;
        line-height: 18px;
    }
    .lnysr_slidea_imgdw {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    /* 新闻 */
    .newstitler_box&gt;a {
        font-size: 16px;
        padding: 10px 0;
    }
    .newsct_lsj {
        display: none;
    }
    .newsct_l {
        border-top: 3px solid #333;
        padding-right: 0;
    }
    .newsct_lh,
    .newsct_ritembox_titleh {
        font-size: 15px;
    }
    .newsct_ritembox_titlesj {
        font-size: 13px;
    }
    .newsct_lh {
        margin-bottom: 10px
    }
    .newsct_lp,
    .newsct_ritembox_p {
        margin-top: 5px;
        font-size: 13px;
        line-height: 16px;
    }
    .newsct_limg {
        height: 160px;
    }
    .newsct_r .newsct_ritem {
        height: 100px;
    }
}

@media screen and (max-width: 576px) {
    .bannergl .container {
        padding: 0 15px;
    }
}</pre></body></html>